home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #1 / Amiga Plus 1999 #1.iso / System-Boost / Graphics / BMP2SPEC / Source / BMP2SPEC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-21  |  287 b   |  11 lines

  1. /* BMP2SPEC version 1.0 */
  2. /* By the infamous BLOOD! */
  3. /* (C)1996 Cheese Freak Software */
  4. /* This prog is most definitely FREEWARE! */
  5. /* But please don't distribute updated versions without asking first...! */
  6.  
  7.  
  8. typedef unsigned char BYTE;
  9.  
  10. void getheader(BYTE header[19]);
  11.